func internal/concurrent.newEntryNode

2 uses

	internal/concurrent (current package)
		hashtriemap.go#L133: 	newEntry := newEntryNode(key, value)
		hashtriemap.go#L348: func newEntryNode[K, V comparable](key K, value V) *entry[K, V] {